@charset "utf-8";
/*banner开始*/
.banner{

    margin-bottom: 50px;
    margin-top: 80px;
}
@media screen and (max-width: 767px){
    .banner{
        margin-top: 50px;
    }
}
@media screen and (max-width: 952px){
    .banner{
        margin-top: 50px;
    }
}
.produce_img{
    width:360px;
    height:276px;
}
.product_title{

    width:360px;
    height:53px;
    overflow: hidden;
    padding:14px 22px;
}
.product_title:hover{
    background: #00923f;
    color:#fff;
}
.product_body>div>div{
    margin-bottom:30px;
}
.partner>div>div{
    width:180px;
    height:90px;
    margin:10px 14px 0 0;
}
.partner>div>div>a>img{
    width:170px;
    height:80px;
    overflow: hidden;
}
.product_img{
    width:360px;
    height:276px;
    overflow: hidden;
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_img>img:hover{
    transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);

}
@media screen and (max-width: 970px) {
    .about>div:last-child{
        width:100%;
        margin: 0 auto 0;
    }
    .nav_header>div>div>ul>li{
        height:40px;
    }
    .nav_header>div>div>ul{

    }
    .nav_header>div{

    }
    .nav_header>div>div:last-child{

    }
    .nav_header>div>div>ul>li>a{
        display: block;
        width:100%;
        height:40px;
        line-height: 40px;
    }
    .news>div>div:last-child{
        display: none;
    }
    .news_body_wrapper{
        width:360px;
    }
}
.news_body_wrapper>a>img{
    width:360px;
    height:220px;
}
.about{
    margin-bottom: 30px;
}
.about>div>h2{
    margin-top: 0;
}
.about>div>p{
    text-indent: 2em;
    width:100%;
    height:120px;
    overflow: hidden;
}
.about>div>a{
    margin-bottom: 31px;
}
.news{
    margin-bottom: 80px;
}
.news_body>p{
    text-indent:2em;
}



